raar.image.vector
Interface RAGVectorObjectSource
- All Known Implementing Classes:
- RAWorldObject
- public interface RAGVectorObjectSource
Objects for which a GVectorObject can be constructed
should implement this interface.
getType
public int getType()
getColor
public java.awt.Color getColor()
getBounds
public java.awt.geom.Rectangle2D.Double getBounds()
getPosition
public java.awt.geom.Point2D.Double getPosition()
getRotation
public double getRotation()
createGVectorObject
public RAGVectorObject createGVectorObject()